ul{
    display: flex;
    justify-content: space-around;
    list-style: none;
}

a{
    color: rgb(220, 121, 0);
    background-color: transparent;
    text-decoration: underline;
}

section{
    display: flex;
}

p{
    background-color: #464646;
    color: white;
    flex-direction: row;
    padding: 10px;
    margin: 20px;
    justify-content: center;
    border-radius: 5px;
    flex-grow: 1;
    flex-basis: 0;
    flex-shrink: 1;
    text-align: center;
}